remove mode-line
authorjustbur <justin@burkett.cc>
Thu, 9 Jul 2015 16:24:19 +0000 (12:24 -0400)
committerjustbur <justin@burkett.cc>
Thu, 9 Jul 2015 16:24:19 +0000 (12:24 -0400)
which-key.el

index 8a81063308559590c1e4b1d701a137c21e232c50..e36fcc60454ca54eaf086e4da31d613dd64306c4 100644 (file)
@@ -161,7 +161,7 @@ Used when `which-key-popup-type' is frame.")
   (with-current-buffer which-key--buffer
     (setq-local cursor-type nil)
     (setq-local cursor-in-non-selected-windows nil)
-    (setq-local mode-line-format ""))
+    (setq-local mode-line-format nil))
   (setq which-key--setup-p t))
 
 ;;;###autoload